home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 020a / gds111.zip / GDS.CFG < prev    next >
Text File  |  1991-09-08  |  22KB  |  369 lines

  1. ;       NOTICE!
  2. ; If you are using an STB ERGO Card remove the ";" in front of the next
  3. ; two lines.
  4.  
  5. ;AUTO, /TSENG4
  6. ;AUTO, /512
  7.  
  8. ; If you are using an OAK Card remove the ";" in front of the next
  9. ; two lines.
  10.  
  11. ;AUTO, /OAK
  12. ;AUTO, /512
  13.  
  14.  
  15. ;FORMAT:
  16. ;
  17. ;NOTE:  Any ';' will cause GDS to ignore to the end of the line.
  18. ;       If a video mode is giving you problems, you can disable it
  19. ;       by inserting a ';' in front of the line which describes it.
  20. ;
  21.  
  22. ;auto,/NAME             ;FOR 256K VGA CARDS:  Remove the semicolon just
  23.                         ;before "auto", replace "/NAME" with the video
  24.                         ;card name matching your VGA card.
  25.  
  26. ;auto,/NAME /512        ;FOR 512K VGA CARDS:  Remove the semicolon just
  27.                         ;before "auto", replace "/NAME" with the video
  28.                         ;card name matching your VGA card.
  29.  
  30. ;auto,/NAME /1M         ;FOR 1024K VGA CARDS:  Remove the semicolon just
  31.                         ;before "auto", replace "/NAME" with the video
  32.                         ;card name matching your VGA card.
  33.  
  34.  
  35. ;Supported Video Standards:
  36. ;<name> is the name of the video display (7 characters MAXIMUM)
  37. ;<hRes> and <vRes> are the screen resolution
  38. ;<bpix> is the number of bits per pixel
  39. ;<ax>, <bx>, <cx>, and <dx> are the processor registers on a call to
  40. ;           "int 010h" unless <directFlag> is non-zero
  41. ;<dirct> indicates the base address for text modes, and tells if
  42. ;           the graphics mode should be initialized by directly
  43. ;           accessing the VGA registers. (0, 1, or text base address)
  44. ;           
  45. ;<format> dictates the screen format (0 is normal, 1 is chunky 4-bit)
  46. ;
  47. ;<name> <hRes>  <vRes>  <bpix>  <ax>    <bx>    <cx>    <dx>    <dirct> <dotMode>
  48.  
  49. ;dot modes:
  50. ;       0 = standard planar 16 or bytewide 256 color mapping
  51. ;       1 = 4 bit chunky
  52. ;       2 = planar 256 color (tweeked VGA modes)
  53. ;       3 = TIGA modes (automatically detected)
  54. ;       5 = Sierra Hi-Color DAC (32,768 colors)
  55.  
  56.  
  57. ;STANDARD EGA
  58. EGA,    80,     25,     0,      0x3,    0,      0,      0,      0xb800, 0 ;default text mode
  59. EGA,    320,    200,    4,      0xd,    0,      0,      0,      0,      0
  60. EGA,    640,    200,    4,      0xe,    0,      0,      0,      0,      0
  61. EGA,    640,    350,    4,      0x10,   0,      0,      0,      0,      0
  62.  
  63.  
  64. ;STANDARD VGA
  65. VGA,    640,    480,    4,      0x12,   0,      0,      0,      0,      0
  66. VGA,    320,    200,    8,      0x13,   0,      0,      0,      0,      0
  67.  
  68.  
  69. ;NON-STANDARD VGA (FOR REGISTER COMPATIBLE VGA CARDS ONLY!!!)
  70. VGA,    320,    240,    8,      0,      0,      0,      0,      1,      2 ;works only with register compatible VGAs!
  71. VGA,    320,    400,    8,      0,      0,      0,      0,      1,      2 ;works only with register compatible VGAs!
  72. VGA,    360,    480,    8,      0,      0,      0,      0,      1,      2 ;works only with register compatible VGAs!
  73. ;VGA,   704,    528,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  74. ;VGA,   720,    540,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  75. ;VGA,   736,    552,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  76. ;VGA,   752,    564,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  77. ;VGA,   768,    576,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  78. ;VGA,   784,    588,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  79. ;VGA,   800,    600,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  80. ;VGA,   640,    400,    8,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  81. ;   NOTE: If you'd like to use these modes (and you have a registered
  82. ;       version), we strongly recommended that you move these definitions
  83. ;       into GDSUSER.CFG and remove the semicolons (';').  This will prevent
  84. ;       new versions from overwriting your preferences.  Unregistered
  85. ;       versions of GDS do not read GDSUSER.CFG.
  86.  
  87.  
  88. ;AHEAD SYSTEMS
  89. AHEAD,  132,    25,     0,      0x23,   0,      0,      0,      0xb800, 0
  90. AHEAD,  132,    28,     0,      0x24,   0,      0,      0,      0xb800, 0
  91. AHEAD,  132,    44,     0,      0x22,   0,      0,      0,      0xb800, 0
  92. AHEAD,  160,    50,     0,      0x2f,   0,      0,      0,      0xb800, 0
  93. AHEAD,  80,     66,     0,      0x34,   0,      0,      0,      0xb800, 0
  94. AHEAD,  640,    400,    8,      0x60,   0,      0,      0,      0,      0
  95. AHEAD,  640,    480,    8,      0x61,   0,      0,      0,      0,      0
  96. AHEAD,  800,    600,    8,      0x62,   0,      0,      0,      0,      0
  97.  
  98.  
  99. ;AHEAD SYSTEMS
  100. AHEADB, 132,    25,     0,      0x23,   0,      0,      0,      0xb800, 0
  101. ;AHEADB,        132,    28,     0,      0x24,   0,      0,      0,      0xb800, 0 ;not on all cards
  102. AHEADB, 132,    44,     0,      0x22,   0,      0,      0,      0xb800, 0
  103. ;AHEADB,        160,    50,     0,      0x2f,   0,      0,      0,      0xb800, 0 ;not on all cards
  104. ;AHEADB,        80,     66,     0,      0x34,   0,      0,      0,      0xb800, 0 ;not on all cards
  105. AHEADB, 800,    600,    4,      0x6a,   0,      0,      0,      0,      0
  106. AHEADB, 1024,   768,    4,      0x74,   0,      0,      0,      0,      0
  107. AHEADB, 640,    400,    8,      0x60,   0,      0,      0,      0,      0
  108. AHEADB, 640,    480,    8,      0x61,   0,      0,      0,      0,      0
  109. AHEADB, 800,    600,    8,      0x62,   0,      0,      0,      0,      0
  110. AHEADB, 1024,   768,    8,      0x63,   0,      0,      0,      0,      0
  111.  
  112.  
  113. ;ATI Wonder
  114. ATI,    80,     30,     0,      0x5b,   0,      0,      0,      0xb800, 0
  115. ATI,    132,    25,     0,      0x23,   0,      0,      0,      0xb800, 0
  116. ATI,    132,    44,     0,      0x33,   0,      0,      0,      0xb800, 0
  117. ATI,    800,    600,    4,      0x54,   0,      0,      0,      0,      0
  118. ;ATI,   1024,   768,    4,      0x55,   0,      0,      0,      0,      0 ;bank selection for video reads
  119.                                                                          ;doesn't seem to work properly in
  120.                                                                          ;this mode.  ATI?  What's up?
  121. ATI,    1024,   768,    4,      0x65,   0,      0,      0,      0,      1
  122. ATI,    640,    400,    8,      0x61,   0,      0,      0,      0,      0
  123. ATI,    640,    480,    8,      0x62,   0,      0,      0,      0,      0
  124. ATI,    800,    600,    8,      0x63,   0,      0,      0,      0,      0
  125. ATI,    1024,   768,    8,      0x64,   0,      0,      0,      0,      0
  126. ATI,    640,    480,    15,     0x72,   0,      0,      0,      0,      5
  127.  
  128.  
  129. ;CHIPS & TECHNOLOGIES
  130. CHIPS,  132,    25,     0,      0x60,   0,      0,      0,      0xb800, 0
  131. CHIPS,  132,    50,     0,      0x61,   0,      0,      0,      0xb800, 0
  132. CHIPS,  800,    600,    4,      0x70,   0,      0,      0,      0,      0
  133. CHIPS,  1024,   768,    4,      0x72,   0,      0,      0,      0,      0
  134. CHIPS,  640,    400,    8,      0x78,   0,      0,      0,      0,      0
  135. CHIPS,  640,    480,    8,      0x79,   0,      0,      0,      0,      0
  136. CHIPS,  768,    576,    8,      0x7a,   0,      0,      0,      0,      0
  137. CHIPS,  800,    600,    8,      0x7b,   0,      0,      0,      0,      0
  138.  
  139.  
  140. ;CIRRUS 510,520 - MaxLogic MaxVGA
  141. CIRRUS, 132,    25,     0,      0x1f,   0,      0,      0,      0xb800, 0
  142. CIRRUS, 132,    30,     0,      0x22,   0,      0,      0,      0xb800, 0
  143. CIRRUS, 132,    44,     0,      0x20,   0,      0,      0,      0xb800, 0
  144. CIRRUS, 720,    540,    4,      0x40,   0,      0,      0,      0,      0
  145. CIRRUS, 800,    600,    4,      0x6a,   0,      0,      0,      0,      0
  146. CIRRUS, 640,    400,    8,      0x50,   0,      0,      0,      0,      2
  147. ;CIRRUS, 512,   480,    8,      0x51,   0,      0,      0,      0,      0 ;NOTE: use only with the TSR BIOS extension!
  148.  
  149.  
  150. ;EVEREX
  151. EVEREX, 800,    600,    4,      0x70,   0x02,   0,      0,      0,      0
  152. EVEREX, 640,    350,    8,      0x70,   0x13,   0,      0,      0,      0
  153. EVEREX, 640,    400,    8,      0x70,   0x14,   0,      0,      0,      0
  154. EVEREX, 512,    480,    8,      0x70,   0x15,   0,      0,      0,      0
  155. EVEREX, 640,    480,    8,      0x70,   0x30,   0,      0,      0,      0
  156. EVEREX, 800,    600,    8,      0x70,   0x31,   0,      0,      0,      0
  157.  
  158.  
  159. ;EV634 - EVEREX Viewpoint Premium VGA (EV-634)
  160. EV634,  80,     30,     0,      0x70,   0x16,   0,      0,      0xb800, 0
  161. EV634,  80,     34,     0,      0x70,   0x03,   0,      0,      0xb800, 0
  162. EV634,  80,     60,     0,      0x70,   0x04,   0,      0,      0xb800, 0
  163. EV634,  100,    37,     0,      0x70,   0x18,   0,      0,      0xb800, 0
  164. EV634,  100,    43,     0,      0x70,   0x07,   0,      0,      0xb800, 0
  165. EV634,  100,    75,     0,      0x70,   0x08,   0,      0,      0xb800, 0
  166. EV634,  132,    25,     0,      0x70,   0x0a,   0,      0,      0xb800, 0
  167. EV634,  132,    30,     0,      0x70,   0x40,   0,      0,      0xb800, 0
  168. EV634,  132,    44,     0,      0x70,   0x0b,   0,      0,      0xb800, 0
  169. EV634,  800,    600,    4,      0x70,   0x02,   0,      0,      0,      0
  170. EV634,  1024,   768,    4,      0x70,   0x20,   0,      0,      0,      0
  171. EV634,  1280,   1024,   4,      0x70,   0x21,   0,      0,      0,      0 ;NOTE: Super multiscan monitors only!
  172. EV634,  1664,   1200,   4,      0x70,   0x23,   0,      0,      0,      0
  173. EV634,  640,    400,    8,      0x70,   0x14,   0,      0,      0,      0
  174. EV634,  512,    480,    8,      0x70,   0x15,   0,      0,      0,      0
  175. EV634,  640,    480,    8,      0x70,   0x30,   0,      0,      0,      0
  176. EV634,  800,    600,    8,      0x70,   0x31,   0,      0,      0,      0
  177. EV634,  1024,   768,    8,      0x70,   0x32,   0,      0,      0,      0
  178. EV634,  320,    200,    15,     0x70,   0x62,   0,      0,      0,      5
  179. EV634,  512,    480,    15,     0x70,   0x70,   0,      0,      0,      5
  180. EV634,  640,    480,    15,     0x70,   0x71,   0,      0,      0,      5
  181. EV634,  800,    600,    15,     0x70,   0x63,   0,      0,      0,      5
  182.  
  183.  
  184. ;GENOA 6000 series (6100, 6200, 6300, 6400, 6600)
  185. ;      THANX: Herman, Steve, and Decker w/Genoa customer support
  186. GENOA,  80,     32,     0,      0x58,   0,      0,      0,      0xb800, 0
  187. GENOA,  80,     60,     0,      0x72,   0,      0,      0,      0xb800, 0
  188. GENOA,  80,     66,     0,      0x74,   0,      0,      0,      0xb800, 0
  189. GENOA,  100,    37,     0,      0x78,   0,      0,      0,      0xb800, 0
  190. GENOA,  132,    25,     0,      0x60,   0,      0,      0,      0xb800, 0
  191. GENOA,  132,    29,     0,      0x61,   0,      0,      0,      0xb800, 0
  192. GENOA,  132,    32,     0,      0x62,   0,      0,      0,      0xb800, 0
  193. GENOA,  132,    44,     0,      0x63,   0,      0,      0,      0xb800, 0
  194. GENOA,  132,    60,     0,      0x64,   0,      0,      0,      0xb800, 0
  195. GENOA,  800,    600,    4,      0x79,   0,      0,      0,      0,      0
  196. GENOA,  1024,   768,    4,      0x5f,   0,      0,      0,      0,      0
  197. GENOA,  640,    400,    8,      0x7e,   0,      0,      0,      0,      0
  198. GENOA,  640,    480,    8,      0x5c,   0,      0,      0,      0,      0
  199. GENOA,  800,    600,    8,      0x5e,   0,      0,      0,      0,      0
  200.  
  201. ;GENOA, 100,    75,     0,      0x79,   0,      0,      0,      0xb800, 0 ;I think these are dead modes from a
  202. ;GENOA, 512,    512,    4,      0x7c,   0,      0,      0,      0,      0 ;   beta version of Genoa's BIOS
  203. ;GENOA, 720,    512,    4,      0x59,   0,      0,      0,      0,      0
  204. ;GENOA, 512,    512,    8,      0x7d,   0,      0,      0,      0,      0
  205. ;GENOA, 640,    350,    8,      0x5b,   0,      0,      0,      0,      0
  206. ;GENOA, 720,    512,    8,      0x5d,   0,      0,      0,      0,      0
  207.  
  208. ;OAKTECH
  209. OAK,    132,     60,    0,      0x4f,   0,      0,      0,      0xb800, 0
  210. OAK,    132,     25,    0,      0x50,   0,      0,      0,      0xb800, 0
  211. OAK,    132,     43,    0,      0x51,   0,      0,      0,      0xb800, 0
  212. OAK,    800,    600,    4,      0x52,   0,      0,      0,      0,      0
  213. OAK,    640,    480,    8,      0x53,   0,      0,      0,      0,      0
  214. OAK,    800,    600,    8,      0x54,   0,      0,      0,      0,      0
  215. OAK,   1024,    768,    4,      0x56,   0,      0,      0,      0,      0
  216.  
  217. ;PARADISE (Paradise VGA 1024)
  218. PARA,   132,    25,     0,      0x55,   0,      0,      0,      0,      0
  219. PARA,   132,    43,     0,      0x54,   0,      0,      0,      0,      0
  220. PARA,   800,    600,    4,      0x58,   0,      0,      0,      0,      0
  221. PARA,   1024,   768,    4,      0x5d,   0,      0,      0,      0,      0 ;is SMT-1024 mode 0x5c for this?
  222. PARA,   640,    400,    8,      0x5e,   0,      0,      0,      0,      0
  223. PARA,   640,    480,    8,      0x5f,   0,      0,      0,      0,      0
  224. PARA,   800,    600,    8,      0x5c,   0,      0,      0,      0,      0
  225.  
  226.  
  227. ;TRIDENT (Trident TVGA / ATI Prism Elite / Everex Viewpoint VGA)
  228. TRIDNT, 80,     30,     0,      0x50,   0,      0,      0,      0xb800, 0
  229. TRIDNT, 80,     43,     0,      0x51,   0,      0,      0,      0xb800, 0
  230. TRIDNT, 80,     60,     0,      0x52,   0,      0,      0,      0xb800, 0
  231. TRIDNT, 132,    25,     0,      0x53,   0,      0,      0,      0xb800, 0
  232. TRIDNT, 132,    30,     0,      0x54,   0,      0,      0,      0xb800, 0
  233. TRIDNT, 132,    43,     0,      0x55,   0,      0,      0,      0xb800, 0
  234. TRIDNT, 132,    60,     0,      0x56,   0,      0,      0,      0xb800, 0
  235. TRIDNT, 132,    25,     0,      0x57,   0,      0,      0,      0xb800, 0
  236. TRIDNT, 132,    30,     0,      0x58,   0,      0,      0,      0xb800, 0
  237. TRIDNT, 132,    43,     0,      0x59,   0,      0,      0,      0xb800, 0
  238. TRIDNT, 132,    60,     0,      0x5a,   0,      0,      0,      0xb800, 0
  239. ;TRIDNT, 768,   1024,   4,      0x61,   0,      0,      0,      0,      0 ;use portrait CRT ONLY!!! (Magics 15FP)
  240. TRIDNT, 800,    600,    4,      0x5b,   0,      0,      0,      0,      0
  241. TRIDNT, 1024,   768,    4,      0x5f,   0,      0,      0,      0,      0
  242. TRIDNT, 640,    400,    8,      0x5c,   0,      0,      0,      0,      0
  243. TRIDNT, 640,    480,    8,      0x5d,   0,      0,      0,      0,      0
  244. TRIDNT, 800,    600,    8,      0x5e,   0,      0,      0,      0,      0
  245. TRIDNT, 1024,   768,    8,      0x62,   0,      0,      0,      0,      0
  246.  
  247.  
  248. ;TSENG LABS ET3000 (STB VGA EM-16)
  249. TSENG,  80,     60,     0,      0x26,   0,      0,      0,      0xb800, 0
  250. TSENG,  100,    40,     0,      0x2a,   0,      0,      0,      0xb800, 0
  251. TSENG,  132,    25,     0,      0x23,   0,      0,      0,      0xb800, 0
  252. TSENG,  132,    28,     0,      0x24,   0,      0,      0,      0xb800, 0
  253. TSENG,  132,    44,     0,      0x22,   0,      0,      0,      0xb800, 0
  254. TSENG,  800,    600,    4,      0x29,   0,      0,      0,      0,      0
  255. TSENG,  1024,   768,    4,      0x37,   0,      0,      0,      0,      0
  256. TSENG,  640,    350,    8,      0x2d,   0,      0,      0,      0,      0
  257. TSENG,  640,    480,    8,      0x2e,   0,      0,      0,      0,      0
  258. TSENG,  720,    512,    8,      0x2f,   0,      0,      0,      0,      0
  259. TSENG,  800,    600,    8,      0x30,   0,      0,      0,      0,      0
  260.  
  261.  
  262. ;TSENG LABS ET4000
  263. TSENG4, 80,     60,     0,      0x26,   0,      0,      0,      0xb800, 0
  264. TSENG4, 100,    40,     0,      0x2a,   0,      0,      0,      0xb800, 0
  265. TSENG4, 132,    25,     0,      0x23,   0,      0,      0,      0xb800, 0
  266. TSENG4, 132,    28,     0,      0x24,   0,      0,      0,      0xb800, 0
  267. TSENG4, 132,    44,     0,      0x22,   0,      0,      0,      0xb800, 0
  268. TSENG4, 800,    600,    4,      0x29,   0,      0,      0,      0,      0
  269. TSENG4, 1024,   768,    4,      0x37,   0,      0,      0,      0,      0
  270. TSENG4, 640,    350,    8,      0x2d,   0,      0,      0,      0,      0
  271. TSENG4, 640,    400,    8,      0x2f,   0,      0,      0,      0,      0
  272. TSENG4, 640,    480,    8,      0x2e,   0,      0,      0,      0,      0
  273. TSENG4, 800,    600,    8,      0x30,   0,      0,      0,      0,      0
  274. TSENG4, 1024,   768,    8,      0x38,   0,      0,      0,      0,      0
  275.  
  276.  
  277. ;VESA (assumes all modes are present, comment out modes here which don't exist)
  278. VESA,   800,    600,    4,      0x4f02, 0x102,  0,      0,      0,      0
  279. VESA,   1024,   768,    4,      0x4f02, 0x104,  0,      0,      0,      0
  280. VESA,   1280,   1024,   4,      0x4f02, 0x106,  0,      0,      0,      0
  281. VESA,   640,    400,    8,      0x4f02, 0x100,  0,      0,      0,      0
  282. VESA,   640,    480,    8,      0x4f02, 0x101,  0,      0,      0,      0
  283. VESA,   800,    600,    8,      0x4f02, 0x103,  0,      0,      0,      0
  284. VESA,   1024,   768,    8,      0x4f02, 0x105,  0,      0,      0,      0
  285. VESA,   1280,   1024,   8,      0x4f02, 0x107,  0,      0,      0,      0
  286.  
  287.  
  288. ;VIDEO 7 (VEGA Deluxe, 1024i, VRAM VGA
  289. VID7,   80,     43,     0,      0x6f05, 0x40,   0,      0,      0xb800, 0
  290. VID7,   80,     60,     0,      0x6f05, 0x43,   0,      0,      0xb800, 0
  291. VID7,   80,     67,     0,      0x6f05, 0x46,   0,      0,      0xb800, 0 ;may not be present (undocumented)
  292. VID7,   100,    60,     0,      0x6f05, 0x44,   0,      0,      0xb800, 0
  293. VID7,   132,    25,     0,      0x6f05, 0x41,   0,      0,      0xb800, 0
  294. VID7,   132,    28,     0,      0x6f05, 0x45,   0,      0,      0xb800, 0
  295. VID7,   132,    43,     0,      0x6f05, 0x42,   0,      0,      0xb800, 0
  296. VID7,   720,    540,    4,      0x6f05, 0x61,   0,      0,      0,      0
  297. VID7,   752,    410,    4,      0x6f05, 0x60,   0,      0,      0,      0
  298. VID7,   800,    600,    4,      0x6f05, 0x62,   0,      0,      0,      0
  299. VID7,   1024,   768,    4,      0x6f05, 0x65,   0,      0,      0,      0
  300. VID7,   640,    400,    8,      0x6f05, 0x66,   0,      0,      0,      0
  301. VID7,   640,    480,    8,      0x6f05, 0x67,   0,      0,      0,      0
  302. VID7,   720,    540,    8,      0x6f05, 0x68,   0,      0,      0,      0 ;ONLY exists with V-RAM VGA
  303. VID7,   800,    600,    8,      0x6f05, 0x69,   0,      0,      0,      0 ;ONLY exists with V-RAM VGA
  304.  
  305.  
  306. ;ORCHID (Pro-Designer series)
  307. ORCHID, 640,    350,    8,      0x5b,   0,      0,      0,      0,      0
  308. ORCHID, 640,    480,    8,      0x5c,   0,      0,      0,      0,      0
  309. ORCHID, 800,    600,    8,      0x5e,   0,      0,      0,      0,      0
  310.  
  311.  
  312. ;ZYMOS (TrueTech HiRes VGA, ZyMOS Poach 51)
  313. ZYMOS,  80,     43,     0,      0x51,   0,      0,      0,      0xb800, 0
  314. ZYMOS,  80,     60,     0,      0x52,   0,      0,      0,      0xb800, 0
  315. ZYMOS,  132,    25,     0,      0x53,   0,      0,      0,      0xb800, 0
  316. ZYMOS,  100,    25,     0,      0x54,   0,      0,      0,      0xb800, 0
  317. ZYMOS,  100,    60,     0,      0x55,   0,      0,      0,      0xb800, 0
  318. ZYMOS,  132,    60,     0,      0x56,   0,      0,      0,      0xb800, 0
  319. ZYMOS,  132,    43,     0,      0x57,   0,      0,      0,      0xb800, 0
  320. ZYMOS,  720,    540,    4,      0x63,   0,      0,      0,      0,      0
  321. ZYMOS,  800,    600,    4,      0x5b,   0,      0,      0,      0,      0
  322. ZYMOS,  960,    720,    4,      0x60,   0,      0,      0,      0,      0
  323. ZYMOS,  1024,   768,    4,      0x5f,   0,      0,      0,      0,      0
  324. ZYMOS,  1280,   640,    4,      0x61,   0,      0,      0,      0,      0
  325. ZYMOS,  512,    512,    8,      0x62,   0,      0,      0,      0,      0
  326. ZYMOS,  640,    400,    8,      0x5c,   0,      0,      0,      0,      0
  327. ZYMOS,  640,    480,    8,      0x5d,   0,      0,      0,      0,      0
  328. ZYMOS,  720,    540,    8,      0x64,   0,      0,      0,      0,      0
  329. ZYMOS,  800,    600,    8,      0x5e,   0,      0,      0,      0,      0
  330.  
  331.  
  332. ;-----------------------------------------------------------------------------
  333. ;NCR?
  334. ;ACER?          <-- ...haven't gotten information to support these yet...
  335. ;REALTECH chipset?                    (...but I'm looking!)
  336. ;-----------------------------------------------------------------------------
  337.  
  338. ;AUTOMATIC CONFIGURATION parameters
  339.  
  340. ;   IMAGE GENERATION PARAMETERS:
  341. ;auto,/a1               ;default antialiasing level (0=Off, 1=Horizontal(default), 2=Horz and Vert)
  342. ;auto,/b1               ;default mouse mode (0=Boxy, 1=Bits)
  343. ;auto,/d1               ;default dithering level (0=Off, 1=Norm(default), 2=High)
  344. ;auto,/g640x400x256     ;default graphics mode (default=640x480x256)
  345. ;auto,/m256             ;maximum colors allowed in palette generation (default=256) (NOTE: this may be any number between 2 and 256)
  346. ;auto,/nGDS%03d         ;filename printf() style template for saving files
  347. ;auto,/i1               ;NOT A RUNTIME OPTION.  interlaced GIF early fill mode (default=OFF)
  348. ;auto,/w0               ;NOT A RUNTIME OPTION.  automatically write arrays after first write command (Alt-P or Alt-W)
  349.  
  350. ;   USER INTERFACE PARAMETERS:
  351. ;auto,/f1001            ;default file display mode (Extension/Resolution/Bits/FileSize) (default=1001)
  352. ;auto,/t80x25           ;default text mode (default=80x25)
  353. ;auto,/v0               ;NOT A RUNTIME OPTION.  vertical orientation mode (default=OFF)
  354.  
  355. ;   SLIDESHOW OPTIONS:
  356. ;auto,/s                ;do automatic slideshow
  357. ;auto,/o0               ;don't sort files in automatic slideshow
  358. ;auto,@filename         ;get list of file specifications from file
  359. ;auto,/z200             ;NOT A RUNTIME OPTION.  delay between slide show slides in 100ths of a second
  360.  
  361.  
  362. ;NOTE: You may automatically have GDS find files all over
  363. ;      your system by inserting a line with a path/file
  364. ;      description in it, just like you would enter it on
  365. ;      the GDS command line (remove the semicolon ';'):
  366.  
  367. ;auto, j:\gifs\myfile* c:\pictures  bozo.gif
  368.  
  369.